-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
content-visibility
: add compat features
#280
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar to #295, CSS Containment Level 3 extends the definition of content-visibility
to make it animatable. How would we convey that change?
Co-authored-by: François Daoust <[email protected]>
I think there's two ways to look at it for this feature:
|
I think I'm clearer now on the generic mechanism to handle semantic updates. That's good. I don't feel strongly on whether we should do 1. or 2., but in the absence of more implementation insights, I would follow the CSS working group's own assumptions: level 2 should become stable before level 3. As such, if we want to talk about the feature sooner rather than later, we should probably not include more future-looking level 3 bits. Once in a while, the assumptions will turn out to be wrong, but that's why they're called "assumptions" and not "assertions"... |
I think that right now we don't need to assume anything about whether animation will be supported soon enough to be lumped into this feature. Down the line we'll most likely burn down BCD entries trying to match each to a feature, and then it will be clear if adding it into the |
Some ideas for reviewing this: